home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / ActiveIngredients / communicae / communicae.app / communicae.cae < prev   
Text File  |  1994-02-24  |  3KB  |  143 lines

  1. #! communicae
  2. clearall
  3. pty = 1
  4. dial = "ATDT%s^M%w'^J'%20000t%w'CONNECT'%w'^J'"
  5. hangup = "%3000p+++%3000pATH^M%500p"
  6. emulation = 2
  7. wrap
  8. backwrap
  9. GRset = 2
  10. tabwidth = 8
  11. fontsize = 12
  12. alignment = 2
  13. rows = 24
  14. columns = 80
  15. scrolling = 1
  16. scrollback = 2
  17. # Communicae setup file to emulate various VT220 keys.
  18. #
  19. # Notice that if "Send 8 bits" is not set, Communicae will split the first
  20. # character of each of these strings (\217 or \233) into ESC-O or Esc-[,
  21. # which is what a VT220 normally sends.
  22. #
  23. # F1-F12 and Ins/Del/etc. merely re-use the slots in the visual keypad
  24. # Gaps in the visual keypad are to simulate the layout of a VT220 keyboard.
  25.  
  26. keyx = 362
  27. keyy = 8
  28.  
  29. # PC Function keys
  30. f77 = "\217P%|%259f"    # F1 = PF1 (shift: unknown F1 function, on Hold key)
  31. f78 = "\217Q%|%261f"    # F2 = PF2 (shift: little-used F2, on Local Print key)
  32. f79 = "\217R%|%263f"    # F3 = PF3 (shift: unsung F3, on Set-Up key)
  33. f80 = "\217S%|%265f"    # F4 = PF4 (shift: obscure F4, on Switch Session key)
  34. f81 = "%285f"    # F5 = F14! (F5 on VT is Break key, not too useful nowadays)
  35. f82 = "%269f"    # F6 = F6
  36. f83 = "%271f"    # F7 = F7
  37. f84 = "%273f"    # F8 = F8
  38. f85 = "%275f"    # F9 = F9
  39. f86 = "%277f"    # F10 = F10
  40. f87 = "%287f"    # F11 = Help
  41. f88 = "%289f"    # F12 = Do
  42. f89 = "%303f"    # Insert = Insert Here
  43. f90 = "%305f"    # Delete = Remove
  44. f91 = "%313f"    # Page Up = Prev Scr
  45. f92 = "%315f"    # Page Down = Next Scr
  46. f93 = "%301f"    # Home = Find
  47. f94 = "%311f"    # End = Select
  48.  
  49. # (our old stand-bys for PF1-PF4)
  50. f177 = "\217P"    # Cmd+1
  51. f178 = "\217Q"    # Cmd+2
  52. f179 = "\217R"    # Cmd+3
  53. f180 = "\217S"    # Cmd+4
  54.  
  55. # the visual keypad
  56. #L0
  57. L1 = "F1"
  58. K1 = "\23311~"
  59. L2 = "F2"
  60. K2 = "\23312~"
  61. L3 = "F3"
  62. K3 = "\23313~"
  63. L4 = "F4"
  64. K4 = "\23314~"
  65.  
  66. L5 = "F5"
  67. K5 = "\23315~"
  68. L6 = "F6"
  69. K6 = "\23317~"
  70. L7 = "F7"
  71. K7 = "\23318~"
  72. L8 = "F8"
  73. K8 = "\23319~"
  74. L9 = "F9"
  75. K9 = "\23320~"
  76.  
  77. L10 = "F10"
  78. K10 = "\23321~"
  79. L11 = "F11"
  80. K11 = "\23323~"
  81. L12 = "F12"
  82. K12 = "\23324~"
  83. L13 = "F13"
  84. K13 = "\23325~"
  85. L14 = "F14"
  86. K14 = "\23326~"
  87.  
  88. L15 = "Help"
  89. K15 = "\23328~"
  90. L16 = "Do"
  91. K16 = "\23329~"
  92. L17 = "F17"
  93. K17 = "\23331~"
  94. L18 = "F18"
  95. K18 = "\23332~"
  96. L19 = "F19"
  97. K19 = "\23333~"
  98.  
  99. L20 = "F20"
  100. K20 = "\23334~"
  101. #L21
  102. L22 = "Find"
  103. K22 = "\2331~"
  104. L23 = "Insert"
  105. K23 = "\2332~"
  106. L24 = "Remove"
  107. K24 = "\2333~"
  108.  
  109. #L25
  110. #L26
  111. L27 = "Select"
  112. K27 = "\2334~"
  113. L28 = "PrevScr"
  114. K28 = "\2335~"
  115. L29 = "NextScr"
  116. K29 = "\2336~"
  117.  
  118. #L30
  119. #L31
  120. #L32
  121. L33 = "Up"
  122. K33 = "\233A"
  123. #L34
  124.  
  125. #L35
  126. #L36
  127. L37 = "Left"
  128. K37 = "\233D"
  129. L38 = "Down"
  130. K38 = "\233B"
  131. L39 = "Right"
  132. K39 = "\233C"
  133.  
  134. #L40
  135. L41 = "PF1"
  136. K41 = "\217P"
  137. L42 = "PF2"
  138. K42 = "\217Q"
  139. L43 = "PF3"
  140. K43 = "\217R"
  141. L44 = "PF4"
  142. K44 = "\217S"
  143.